From ce04ffeb3fdc9086dfe0584312e5c1345a634ae9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jun 1993 19:20:16 +0000 Subject: [PATCH] (display-time-24hr-format): Make it a user option. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index a1827f644a5..eaab09e1934 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -41,7 +41,7 @@ Default is system-dependent, and is the same as used by Rmail.") "*Seconds between updates of time in the mode line.") (defvar display-time-24hr-format nil - "Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. + "*Non-nill indicates time should be displayed as hh:mm, 0 <= hh <= 23. Nil means 1 <= hh <= 12, and an AM/PM suffix is used.") (defvar display-time-string nil) -- 2.30.2